ParamType
import { ParamType } from "@hyper-fetch/core"
Description
Defined in command/command.types.ts:191
Preview
type ParamType = string | number;
Structure
string | number
import { ParamType } from "@hyper-fetch/core"
Defined in command/command.types.ts:191
type ParamType = string | number;
string | number